home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Snippets / Sound / SampleSndPlay / SampleSndPlay.make < prev    next >
Encoding:
Text File  |  1992-07-15  |  432 b   |  19 lines  |  [TEXT/MPS ]

  1. #   File:       SampleSndPlay.make
  2. #   Target:     SampleSndPlay
  3. #   Sources:    SampleSndPlay.cp
  4. #   Created:    Wednesday, November 21, 1990 1:52:06 PM
  5.  
  6.  
  7. OBJECTS = SampleSndPlay.cp.o
  8.  
  9.  
  10.  
  11. SampleSndPlay ƒƒ SampleSndPlay.make {OBJECTS}
  12.     Link -t APPL -c '????' ∂
  13.         {OBJECTS} ∂
  14.         "{Libraries}"Runtime.o ∂
  15.         "{Libraries}"Interface.o ∂
  16.         -o SampleSndPlay
  17. SampleSndPlay.cp.o ƒ SampleSndPlay.make SampleSndPlay.cp
  18.      CPlus  SampleSndPlay.cp
  19.